/*=========== CONTEÚDO ===========*/

#conteudo {
    margin: 2%;
}

#conteudo img {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
}

#conteudoCabecalho {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    background-color: khaki;
    border-radius: 10px;
    padding: 10px;
}

table {
    border: 1px solid black;
    margin: 10px;
}

table caption {
    font-weight: bold;
    margin: 10px;
}

td {
    padding: 5px;
    border-right: 1px solid black;
}

tr:nth-child(even) {
    background-color: #dddddd;
    border: 1px solid black;
}

td:first-child {
    text-align: center;
    font-weight: bold;
}

.textoCordel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.textoCordel p {
    padding: 15px;
    border: 1px solid black;
    border-radius: 10px;
    line-height: 20px;
    margin: 20px;
}

.paginas {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    margin-top: 0.5rem;
    font-weight: bold;
}